iOS获取负责下载的广告系列网址

时间:2016-08-27 12:01:36

标签: ios facebook-marketing-api campaign-monitor

当我生成“广告系列网址”时,请点击此处:

#include <iostream>
using namespace std;
int main(){
    int front[10], back[10], left[10], right[10], top[10], bottom[10];
    int frontP[10], backP[10], leftP[10], rightP[10], topP[10], bottomP[10];
    /* Assuming the data has been inputed */

    /* Move Top Clockwise - U */
    left[1]=frontP[1];left[2]=frontP[2];left[3]=frontP[3];
    back[1]=leftP[1];back[2]=leftP[2];back[3]=leftP[3];
    right[1]=backP[1];right[2]=backP[2];right[3]=backP[3];
    front[1]=rightP[1];front[2]=rightP[2];front[3]=rightP[3];
    top[1]=topP[7];top[2]=topP[4];top[3]=topP[1];top[4]=topP[8];top[6]=topP[2];top[7]=topP[9];top[8]=topP[6];top[9]=topP[3];
    for (int i=1;i<=9;i++){
        topP[i]=top[i];leftP[i]=left[i];rightP[i]=right[i];backP[i]=back[i];frontP[i]=front[i];
    }
}

如果我的广告系列名为“facebook”,则网址为:

https://analytics.itunes.apple.com/#/campaigngenerator?app=$myappid

如果我的广告系列名为'pinterest',则网址为:

https://itunes.apple.com/app/apple-store/id$myappid?pt=...&ct=facebook&mt=8

假设我在facebook和pinterest上投放广告。

然后,在https://itunes.apple.com/app/apple-store/id$myappid?pt=...&ct=pinterest&mt=8

是否有我可以调用的功能

applicationDidFinishLaunchingWithOptions

要知道该用户是通过我的Pinterest广告系列网址还是我的Facebook广告系列网址下载了我的应用程序?

1 个答案:

答案 0 :(得分:0)

Apple的官方回复是

Thank you for contacting Apple Developer Technical Support (DTS). Our engineers have reviewed your request and have concluded that there is no supported way to achieve the desired functionality given the currently shipping system configurations.

如果Apple无法支持此功能,那么我100%确定没有可以提供此功能的外部服务